projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
658a1ef
)
places sidebar: Fix a copy-paste leftover
author
Matthias Clasen
<mclasen@redhat.com>
Tue, 21 Jul 2015 18:55:58 +0000
(14:55 -0400)
committer
Matthias Clasen
<mclasen@redhat.com>
Tue, 21 Jul 2015 19:07:37 +0000
(15:07 -0400)
The ::populate-all nick and blurb where not referrering to this
property at all.
https://bugzilla.gnome.org/show_bug.cgi?id=752633
gtk/gtkplacessidebar.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacessidebar.c
b/gtk/gtkplacessidebar.c
index 9016f4be899ffe8737637436532edda1d2bc3560..faaea10931199c6c8dcc08bf737adce52ca2b1b8 100644
(file)
--- a/
gtk/gtkplacessidebar.c
+++ b/
gtk/gtkplacessidebar.c
@@
-4346,8
+4346,8
@@
gtk_places_sidebar_class_init (GtkPlacesSidebarClass *class)
*/
properties[PROP_POPULATE_ALL] =
g_param_spec_boolean ("populate-all",
- P_("
Show 'Other locations'
"),
- P_("Whether t
he sidebar includes an item to show external location
s"),
+ P_("
Populate all
"),
+ P_("Whether t
o emit ::populate-popup for popups that are not menu
s"),
FALSE,
G_PARAM_READWRITE);